* {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
}
a {
	text-decoration:none;
	font-size:12px;
}
ul {
	list-style:none;
}
input:focus {
	border:none;
	outline:none;
}
.index-wrap {
	background:url(/temp/am3d/images/login-bg.gif) repeat;
}
.top-bar {
	height:0;
	width:100%;
	position:relative;
	z-index:99;
}
.lt-bg {
	position:absolute;
	top:-80px;
	left:0;
	height:88px;
	width:100%;
	background:url(/temp/am3d/images/topbar-bg.png) repeat-x;
}
.top-bar .lt-cont {
	width:1000px;
	height:88px;
	margin:0 auto;
}
.top-bar .lt-cont .logo {
	float:left;
}
.top-bar .lt-cont .logo a {
	display:inline-block;
	background:url(/temp/am3d/images/logo.png) no-repeat left center;
	height:65px;
	width:266px;
	line-height:65px;
	text-indent:999px;
	overflow:hidden;
	margin-top:8px;
}
.top-bar .lt-cont .nav {
	float:right;
	height:80px;
}
.top-bar .lt-cont .nav li {
	display:inline-block;
	height:14px;
	line-height:14px;
	margin:33px 0 38px 33px;
}
.top-bar .lt-cont .nav a {
	color:#000;
}
.top-bar .lt-cont .nav a:hover {
	color:#003399;
}
/*focus*/
.focus {
	margin-top:80px;
	height:875px;
	overflow:hidden;
	position:relative;
	background:url(/temp/am3d/images/bg.jpg) no-repeat bottom center #ccc;	
}

/*login*/
.login_box {height:0;position:relative;margin:0 auto;z-index:2;width:1000px;}
.login {position:absolute;width:300px; height:320px; overflow:hidden;top:100px;right:10px;}
.login_bg {position:absolute;z-index:1;width:300px;height:320px;background:#000;opacity:0.4;filter:alpha(opacity=40);left:0;top:0;}
.login_content {
	position:relative;
	padding:20px;
	overflow:hidden;
	z-index:2;
	line-height:12px;
}
.login_content h4 {
	font-size:18px;
	font-family:"微软雅黑";
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.login_content input {
	border:none;
	background:none;
}
.login_content .login_item {
	margin-bottom:20px;
}
.login_content .input_user {
	background:url(/temp/am3d/images/login-papge.png) no-repeat 0 0;
	width:260px;
	height:40px;
}
.login_content .input_password {
	background:url(/temp/am3d/images/login-papge.png) no-repeat 0 -50px;
	width:260px;
	height:40px;
}
.login_content .input_user input,.login_content .input_password input {
	width:205px;
	height:14px;
	margin:13px 15px 13px 40px;
}
.login_content .input_btn input {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	width:260px;
	height:40px;
	background-color:#ffae00;
	text-align:center;
	cursor:pointer;
}
.login_content a {
	cursor:pointer;
}
.login_content a.alipay span {
	background:url(/temp/am3d/images/login-papge.png) no-repeat -275px 0;
	width:14px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-right:2px;
}
.login_content a.login_forget,.login_content a.alipay {
	color:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.login_content a.register {
	font-weight:bold;
	color:#ffae00;
	float:right;
}
.news {position:absolute;width:300px;overflow:hidden;top:420px;right:10px;}
.news_bg {
	background:rgba(255,255,255,0.8);
}
.news_content {
	padding:15px;
}
.news .title {
	font-family:"微软雅黑";
	color:#896245;
	font-size:14px;
	margin-bottom:10px;
	line-height:14px;
}
.news .title .i {
	display:inline-block;
	background:url(/temp/am3d/images/icon.png) no-repeat 0 0;
	width:15px;
	height:14px;
	vertical-align:middle;
	margin-bottom:2px;
	margin-right:5px;
}
.news .list {
	line-height:30px;
	margin-left:20px;
}
.news .list a:hover {
	color:#888;
	cursor:pointer;
	-webkit-transition:0.3s;
	   -moz-transition:0.3s;
	        transition:0.3s;
}
.bottom {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.6);
	padding:15px 0;
}
.bottom p {
	color:#e5c09a;
	text-align:center;
	line-height:24px;
	font-family:"宋体";
}
.bottom p .i {
	display:inline-block;
	background:url(/temp/am3d/images/icon.png) no-repeat;
	vertical-align:middle;
	margin-right:3px;
	margin-bottom:4px;
}
.bottom p.ad .i {
	width:8px;
	height:12px;
	background-position:-30px 0;
}
.bottom p.email .i {
	width:12px;
	height:10px;
	background-position:-60px 0;
}